Re: [dpdk-dev] [PATCH 0/3] ring clean up

2020-07-08 Thread Feifei Wang
> -Original Message- > From: Ananyev, Konstantin > Sent: 2020年7月9日 1:06 > To: David Marchand ; Feifei Wang > > Cc: dev ; nd > Subject: RE: [dpdk-dev] [PATCH 0/3] ring clean up > > > On Fri, Jul 3, 2020 at 12:27 PM Feifei Wang wrote: > > >

Re: [dpdk-dev] [PATCH 0/3] ring clean up

2020-07-08 Thread Honnappa Nagarahalli
> > > On Fri, Jul 3, 2020 at 12:27 PM Feifei Wang wrote: > > > > > > Do some work for ring refactoring, which includes: > > > 1. remove experimental tags > > > 2. use element APIs to implement legacy APIs > > > > This series triggers unit test failures. > > https://travis-ci.com/github/ovsrobot/

Re: [dpdk-dev] [PATCH 0/3] ring clean up

2020-07-08 Thread Ananyev, Konstantin
> On Fri, Jul 3, 2020 at 12:27 PM Feifei Wang wrote: > > > > Do some work for ring refactoring, which includes: > > 1. remove experimental tags > > 2. use element APIs to implement legacy APIs > > This series triggers unit test failures. > https://travis-ci.com/github/ovsrobot/dpdk/builds/1741961

Re: [dpdk-dev] [PATCH 0/3] ring clean up

2020-07-08 Thread David Marchand
On Fri, Jul 3, 2020 at 12:27 PM Feifei Wang wrote: > > Do some work for ring refactoring, which includes: > 1. remove experimental tags > 2. use element APIs to implement legacy APIs This series triggers unit test failures. https://travis-ci.com/github/ovsrobot/dpdk/builds/174196115 https://trav

[dpdk-dev] [PATCH 0/3] ring clean up

2020-07-03 Thread Feifei Wang
Do some work for ring refactoring, which includes: 1. remove experimental tags 2. use element APIs to implement legacy APIs Feifei Wang (3): ring: remove experimental tag for ring reset API ring: remove experimental tag for ring element APIs ring: use element APIs to implement legacy APIs