Re: [dpdk-dev] [PATCH v3 00/39] convert examples to new ethdev offloads API

2018-01-16 Thread Ferruh Yigit
On 12/26/2017 9:22 AM, Shahaf Shuler wrote: > This series is to convert DPDK examples to the new offloads API [1]. > > on v3: > - Set DEV_TX_OFFLOAD_MBUF_FAST_FREE only if device supports. > - Remove error prints from application. > - Fix configuration of mutiple ports without override the glob

[dpdk-dev] [PATCH v3 00/39] convert examples to new ethdev offloads API

2017-12-26 Thread Shahaf Shuler
This series is to convert DPDK examples to the new offloads API [1]. on v3: - Set DEV_TX_OFFLOAD_MBUF_FAST_FREE only if device supports. - Remove error prints from application. - Fix configuration of mutiple ports without override the global port config. on v2: - Add DEV_TX_OFFLOAD_MBUF_FAST_