Re: [dpdk-dev] [PATCH 00/13] net/ionic: fixes and optimizations

2021-01-27 Thread Ferruh Yigit
On 1/27/2021 10:23 PM, Ferruh Yigit wrote: On 1/27/2021 6:10 PM, Andrew Boyer wrote: On Jan 27, 2021, at 1:02 PM, Ferruh Yigit > wrote: On 1/18/2021 8:34 PM, Andrew Boyer wrote: This patch series fixes some transmit issues, adds (better) support for big-endian

Re: [dpdk-dev] [PATCH 00/13] net/ionic: fixes and optimizations

2021-01-27 Thread Ferruh Yigit
On 1/27/2021 6:10 PM, Andrew Boyer wrote: On Jan 27, 2021, at 1:02 PM, Ferruh Yigit > wrote: On 1/18/2021 8:34 PM, Andrew Boyer wrote: This patch series fixes some transmit issues, adds (better) support for big-endian systems, and improves performance by stripp

Re: [dpdk-dev] [PATCH 00/13] net/ionic: fixes and optimizations

2021-01-27 Thread Andrew Boyer
> On Jan 27, 2021, at 1:02 PM, Ferruh Yigit wrote: > > On 1/18/2021 8:34 PM, Andrew Boyer wrote: >> This patch series fixes some transmit issues, adds (better) support for >> big-endian systems, and improves performance by stripping down some >> structures and inlining a few functions. >> The

Re: [dpdk-dev] [PATCH 00/13] net/ionic: fixes and optimizations

2021-01-27 Thread Ferruh Yigit
On 1/18/2021 8:34 PM, Andrew Boyer wrote: This patch series fixes some transmit issues, adds (better) support for big-endian systems, and improves performance by stripping down some structures and inlining a few functions. The endianness code has been reviewed internally but not really tested -

[dpdk-dev] [PATCH 00/13] net/ionic: fixes and optimizations

2021-01-18 Thread Andrew Boyer
This patch series fixes some transmit issues, adds (better) support for big-endian systems, and improves performance by stripping down some structures and inlining a few functions. The endianness code has been reviewed internally but not really tested - I do not have access to a big-endian system