Re: [dpdk-dev] [PATCH v2] net/thunderx: Convert ThunderX VNIC PMD to new offload API

2018-01-18 Thread Ferruh Yigit
On 1/18/2018 1:06 PM, maciej.cze...@caviumnetworks.com wrote: > From: Maciej Czekaj Author fixed as "Maciej Czekaj " s/caviunetworks/caviumnetworks > > This patch removes all references to old-style offload API > replacing them with new offload flags. > > Signed-off-by: Maciej Czekaj Applie

[dpdk-dev] [PATCH v2] net/thunderx: Convert ThunderX VNIC PMD to new offload API

2018-01-18 Thread maciej . czekaj
From: Maciej Czekaj This patch removes all references to old-style offload API replacing them with new offload flags. Signed-off-by: Maciej Czekaj --- v2: * fixed number format from %lx to PRIx64 * removed ETH_TXQ_FLAGS_IGNORE from txq_flags * restored backward-compatible txq_flags --- d