Re: [dpdk-dev] [PATCH 00/12] net/sfc: add Tx prepare and encapsulated TSO

2019-04-03 Thread Ferruh Yigit
On 4/2/2019 10:28 AM, Andrew Rybchenko wrote: > Move and add missing Tx offloads checks to Tx prepare stage. > Keep absolutely required checks in Tx burst to avoid spoil of > memory and segmentation faults. > > There are few checkpatches.sh warnings since positive errno is > used inside driver. >

[dpdk-dev] [PATCH 00/12] net/sfc: add Tx prepare and encapsulated TSO

2019-04-02 Thread Andrew Rybchenko
Move and add missing Tx offloads checks to Tx prepare stage. Keep absolutely required checks in Tx burst to avoid spoil of memory and segmentation faults. There are few checkpatches.sh warnings since positive errno is used inside driver. The patch series depends on [1] and should be applied only