Re: [dpdk-users] RX of multi-segment jumbo frames

2019-02-09 Thread Wiles, Keith
> On Feb 9, 2019, at 9:27 AM, Filip Janiszewski > wrote: > > > > Il 09/02/19 14:51, Wiles, Keith ha scritto: >> >> >>> On Feb 9, 2019, at 5:11 AM, Filip Janiszewski >>> wrote: >>> >>> Hi, >>> >>> I'm attempting to receive jumbo frames (~9000 bytes) on a Mellonox card >>> using DPDK,

Re: [dpdk-users] RX of multi-segment jumbo frames

2019-02-09 Thread Filip Janiszewski
Il 09/02/19 14:51, Wiles, Keith ha scritto: > > >> On Feb 9, 2019, at 5:11 AM, Filip Janiszewski >> wrote: >> >> Hi, >> >> I'm attempting to receive jumbo frames (~9000 bytes) on a Mellonox card >> using DPDK, I've configured the DEV_RX_OFFLOAD_JUMBO_FRAME offload for >> rte_eth_conf and

Re: [dpdk-users] RX of multi-segment jumbo frames

2019-02-09 Thread Wiles, Keith
> On Feb 9, 2019, at 5:11 AM, Filip Janiszewski > wrote: > > Hi, > > I'm attempting to receive jumbo frames (~9000 bytes) on a Mellonox card > using DPDK, I've configured the DEV_RX_OFFLOAD_JUMBO_FRAME offload for > rte_eth_conf and rte_eth_rxconf (per RX Queue), but I can capture jumbo >

[dpdk-users] RX of multi-segment jumbo frames

2019-02-09 Thread Filip Janiszewski
Hi, I'm attempting to receive jumbo frames (~9000 bytes) on a Mellonox card using DPDK, I've configured the DEV_RX_OFFLOAD_JUMBO_FRAME offload for rte_eth_conf and rte_eth_rxconf (per RX Queue), but I can capture jumbo frames only if the mbuf is large enough to contain the whole packet, is there