Alexander Lobakin ([email protected])

Number of posts: 816 (1.69 per day)
First post: 2023-02-15 15:03:17
Last post: 2024-06-13 11:06:44

Date List Subject
2023-08-08 17:29:27 linux-kernel Re: [PATCH net-next v4 0/6] page_pool: a couple of assorted optimizations
2023-08-04 20:51:02 linux-kernel [PATCH net-next v4 6/6] net: skbuff: always try to recycle PP pages directly when in softirq
2023-08-04 20:10:11 linux-kernel [PATCH net-next v4 3/6] page_pool: place frag_* fields in one cacheline
2023-08-04 20:07:15 linux-kernel Re: [PATCH net-next 0/3] virtchnl: fix fake 1-elem arrays
2023-08-04 19:45:43 linux-kernel [PATCH net-next v4 4/6] net: skbuff: avoid accessing page_pool if !napi_safe when returning page
2023-08-04 19:24:30 linux-kernel Re: [PATCH net-next 0/3] virtchnl: fix fake 1-elem arrays
2023-08-04 19:08:57 linux-kernel [PATCH net-next v4 1/6] page_pool: split types and declarations from page_pool.h
2023-08-04 19:08:05 linux-kernel [PATCH net-next v4 5/6] page_pool: add a lockdep check for recycling in hardirq
2023-08-04 19:07:33 linux-kernel Re: [PATCH net-next 1/3] virtchnl: fix fake 1-elem arrays in structs allocated as `nents + 1` - 1
2023-08-04 18:47:04 linux-kernel [PATCH net-next v4 2/6] net: skbuff: don't include <net/page_pool/types.h> to <linux/skbuff.h>
2023-08-04 18:30:34 linux-kernel [PATCH net-next v4 0/6] page_pool: a couple of assorted optimizations
2023-08-04 17:17:58 linux-kernel Re: [PATCH net-next 1/3] virtchnl: fix fake 1-elem arrays in structs allocated as `nents + 1` - 1
2023-08-04 16:33:09 linux-kernel Re: [PATCH net-next v3 0/6] page_pool: a couple of assorted optimizations
2023-08-04 15:40:01 linux-kernel Re: [EXT] Re: [PATCH net] octeontx2-pf: Set maximum queue size to 16K
2023-08-03 20:57:41 linux-kernel [PATCH net-next v3 3/6] page_pool: place frag_* fields in one cacheline
2023-08-03 19:36:32 linux-kernel [PATCH net-next v3 6/6] net: skbuff: always try to recycle PP pages directly when in softirq
2023-08-03 19:21:48 linux-kernel [PATCH net-next v3 0/6] page_pool: a couple of assorted optimizations
2023-08-03 19:17:35 linux-kernel [PATCH net-next v2 6/6] net: skbuff: always try to recycle PP pages directly when in softirq
2023-08-03 19:06:07 linux-kernel [PATCH net-next v2 4/6] net: skbuff: avoid accessing page_pool if !napi_safe when returning page
2023-08-03 19:05:28 linux-kernel [PATCH net-next v3 2/6] net: skbuff: don't include <net/page_pool/types.h> to <linux/skbuff.h>
2023-08-03 18:50:53 linux-kernel Re: [PATCH net-next 0/3] virtchnl: fix fake 1-elem arrays
2023-08-03 18:43:13 linux-kernel [PATCH net-next v3 1/6] page_pool: split types and declarations from page_pool.h
2023-08-03 18:42:50 linux-kernel [PATCH net-next v3 4/6] net: skbuff: avoid accessing page_pool if !napi_safe when returning page
2023-08-03 18:42:19 linux-kernel [PATCH net-next v3 5/6] page_pool: add a lockdep check for recycling in hardirq
2023-08-03 18:41:49 linux-kernel [PATCH net-next v2 5/6] page_pool: add a lockdep check for recycling in hardirq
2023-08-03 18:26:54 linux-kernel [PATCH net-next v2 2/6] net: skbuff: don't include <net/page_pool/types.h> to <linux/skbuff.h>
2023-08-03 18:24:49 linux-kernel [PATCH net-next v2 3/6] page_pool: place frag_* fields in one cacheline
2023-08-03 17:53:04 linux-kernel Re: [PATCH net-next 5/9] page_pool: don't use driver-set flags field directly
2023-08-03 17:04:13 linux-kernel [PATCH net-next v2 1/6] page_pool: split types and declarations from page_pool.h
2023-08-03 16:58:41 linux-kernel Re: [PATCH net-next 5/9] page_pool: don't use driver-set flags field directly
2023-08-03 16:55:55 linux-kernel Re: [PATCH net-next 5/9] page_pool: don't use driver-set flags field directly
2023-08-03 16:51:22 linux-kernel [PATCH net-next v2 0/6] page_pool: a couple of assorted optimizations
2023-08-03 16:12:54 linux-kernel Re: [PATCH net] octeontx2-pf: Set maximum queue size to 16K
2023-08-02 17:15:27 linux-kernel Re: [PATCH net] octeontx2-pf: Set maximum queue size to 16K
2023-08-02 16:51:59 linux-kernel Re: [PATCH net-next 6/9] page_pool: avoid calling no-op externals when possible
2023-08-01 16:02:52 linux-kernel Re: [Intel-wired-lan] [PATCH v3 net-next] net: flow_dissector: Use 64bits for used_keys
2023-08-01 15:37:52 linux-kernel Re: [PATCH net-next 2/9] net: skbuff: don't include <net/page_pool/types.h> to <linux/skbuff.h>
2023-08-01 15:35:29 linux-kernel Re: [PATCH net-next 6/9] page_pool: avoid calling no-op externals when possible
2023-08-01 15:19:00 linux-kernel Re: [PATCH net-next 1/3] virtchnl: fix fake 1-elem arrays in structs allocated as `nents + 1` - 1
2023-08-01 14:12:24 linux-kernel Re: [PATCH net-next 5/9] page_pool: don't use driver-set flags field directly
2023-07-28 17:25:47 linux-kernel [PATCH net-next 3/3] virtchnl: fix fake 1-elem arrays for structures allocated as `nents`
2023-07-28 17:04:09 linux-kernel [PATCH net-next 1/3] virtchnl: fix fake 1-elem arrays in structs allocated as `nents + 1` - 1
2023-07-28 17:00:22 linux-kernel [PATCH net-next 2/3] virtchnl: fix fake 1-elem arrays in structures allocated as `nents + 1`
2023-07-28 16:44:26 linux-kernel [PATCH net-next 0/3] virtchnl: fix fake 1-elem arrays
2023-07-28 16:44:05 linux-kernel Re: [PATCH net-next 2/9] net: skbuff: don't include <net/page_pool/types.h> to <linux/skbuff.h>
2023-07-28 15:32:27 linux-kernel Re: [PATCH net-next 5/9] page_pool: don't use driver-set flags field directly
2023-07-28 15:30:07 linux-kernel Re: [PATCH net-next 6/9] page_pool: avoid calling no-op externals when possible
2023-07-28 15:12:36 linux-kernel Re: [PATCH net-next 9/9] net: skbuff: always try to recycle PP pages directly when in softirq
2023-07-28 15:03:20 linux-kernel Re: [PATCH net-next 1/9] page_pool: split types and declarations from page_pool.h
2023-07-27 16:19:39 linux-kernel [PATCH net-next 7/9] net: skbuff: avoid accessing page_pool if !napi_safe when returning page
2023-07-27 16:00:57 linux-kernel [PATCH net-next 3/9] page_pool: place frag_* fields in one cacheline