Re: [dpdk-dev] ethdev new offloading API switch in PMDs

2018-05-02 Thread Shahaf Shuler
Wednesday, May 2, 2018 6:18 PM, Ferruh Yigit: > Subject: Re: [dpdk-dev] ethdev new offloading API switch in PMDs > > On 5/2/2018 2:44 PM, Shahaf Shuler wrote: > > Wednesday, May 2, 2018 4:28 PM, Ferruh Yigit: > >> Subject: Re: [dpdk-dev] ethdev new offloading API switch

Re: [dpdk-dev] ethdev new offloading API switch in PMDs

2018-05-02 Thread Ferruh Yigit
On 5/2/2018 2:44 PM, Shahaf Shuler wrote: > Wednesday, May 2, 2018 4:28 PM, Ferruh Yigit: >> Subject: Re: [dpdk-dev] ethdev new offloading API switch in PMDs >> >> On 5/2/2018 1:52 PM, Shahaf Shuler wrote: >>> Wednesday, May 2, 2018 11:47 AM, Ferruh Yigit: >>&

Re: [dpdk-dev] ethdev new offloading API switch in PMDs

2018-05-02 Thread Shahaf Shuler
Wednesday, May 2, 2018 4:28 PM, Ferruh Yigit: > Subject: Re: [dpdk-dev] ethdev new offloading API switch in PMDs > > On 5/2/2018 1:52 PM, Shahaf Shuler wrote: > > Wednesday, May 2, 2018 11:47 AM, Ferruh Yigit: > >> Subject: Re: [dpdk-dev] ethdev new offloading API switch

Re: [dpdk-dev] ethdev new offloading API switch in PMDs

2018-05-02 Thread Ferruh Yigit
On 5/2/2018 1:52 PM, Shahaf Shuler wrote: > Wednesday, May 2, 2018 11:47 AM, Ferruh Yigit: >> Subject: Re: [dpdk-dev] ethdev new offloading API switch in PMDs >> >> On 5/2/2018 6:34 AM, Shahaf Shuler wrote: >>> Tuesday, May 1, 2018 5:01 PM, Ferruh Yigit: >>&

Re: [dpdk-dev] ethdev new offloading API switch in PMDs

2018-05-02 Thread Shahaf Shuler
Wednesday, May 2, 2018 11:47 AM, Ferruh Yigit: > Subject: Re: [dpdk-dev] ethdev new offloading API switch in PMDs > > On 5/2/2018 6:34 AM, Shahaf Shuler wrote: > > Tuesday, May 1, 2018 5:01 PM, Ferruh Yigit: > >> Subject: ethdev new offloading API switch in PMDs > >

Re: [dpdk-dev] ethdev new offloading API switch in PMDs

2018-05-02 Thread Ferruh Yigit
On 5/2/2018 6:34 AM, Shahaf Shuler wrote: > Tuesday, May 1, 2018 5:01 PM, Ferruh Yigit: >> Subject: ethdev new offloading API switch in PMDs >> >> Hi, >> >> Following PMDs still has .txq_flags in use, after basic grep, no in-dept >> investigation done. >> >> With PMDs switch to new API, that flag n

Re: [dpdk-dev] ethdev new offloading API switch in PMDs

2018-05-01 Thread Shahaf Shuler
Tuesday, May 1, 2018 5:01 PM, Ferruh Yigit: > Subject: ethdev new offloading API switch in PMDs > > Hi, > > Following PMDs still has .txq_flags in use, after basic grep, no in-dept > investigation done. > > With PMDs switch to new API, that flag no longer should be needed. > > Old applications

[dpdk-dev] ethdev new offloading API switch in PMDs

2018-05-01 Thread Ferruh Yigit
Hi, Following PMDs still has .txq_flags in use, after basic grep, no in-dept investigation done. With PMDs switch to new API, that flag no longer should be needed. Old applications still use it but ethdev converts them to the offloads, so that PMDs can only concern about offloads. Can maintaine