RE: [PATCH v02] net/af_packet: add rollover and defrag options

2024-11-03 Thread Gur Stavi
> > net_af_packet PMD multi "queue" support relies on Linux FANOUT > capability. > > Linux FANOUT is a SW based load balancer that is similar to HW RSS > which > > is more common for DPDK PMDs. Instead of multiple HW descriptor queues, > > AF PACKET uses multiple sockets. > > HW RSS will typically

Re: [PATCH v02] net/af_packet: add rollover and defrag options

2024-11-01 Thread Ferruh Yigit
On 10/31/2024 1:50 PM, Gur Stavi wrote: > net_af_packet PMD multi "queue" support relies on Linux FANOUT capability. > Linux FANOUT is a SW based load balancer that is similar to HW RSS which > is more common for DPDK PMDs. Instead of multiple HW descriptor queues, > AF PACKET uses multiple sockets

[PATCH v02] net/af_packet: add rollover and defrag options

2024-10-31 Thread Gur Stavi
net_af_packet PMD multi "queue" support relies on Linux FANOUT capability. Linux FANOUT is a SW based load balancer that is similar to HW RSS which is more common for DPDK PMDs. Instead of multiple HW descriptor queues, AF PACKET uses multiple sockets. HW RSS will typically drop a packet if its sel