Re: [dpdk-dev] [PATCH 6/8] examples/ip_pipeline: remove setting of PCI ID and address

2021-09-17 Thread Ferruh Yigit
On 9/17/2021 12:55 PM, David Marchand wrote: > Hi Chenbo, > > On Fri, Sep 17, 2021 at 5:09 AM Xia, Chenbo wrote: PCI ID and address in structure rte_kni_conf are never used and will be removed in kni library. So remove the setting of them first in the example. Signed-off-

Re: [dpdk-dev] [PATCH 6/8] examples/ip_pipeline: remove setting of PCI ID and address

2021-09-17 Thread David Marchand
Hi Chenbo, On Fri, Sep 17, 2021 at 5:09 AM Xia, Chenbo wrote: > > > PCI ID and address in structure rte_kni_conf are never used and > > > will be removed in kni library. So remove the setting of them > > > first in the example. > > > > > > Signed-off-by: Chenbo Xia > > > > (forgot to Cc: Ferruh

Re: [dpdk-dev] [PATCH 6/8] examples/ip_pipeline: remove setting of PCI ID and address

2021-09-16 Thread Xia, Chenbo
Hi David, > -Original Message- > From: David Marchand > Sent: Friday, September 10, 2021 3:18 PM > To: Xia, Chenbo > Cc: dev ; Dumitrescu, Cristian ; > Yigit, Ferruh > Subject: Re: [dpdk-dev] [PATCH 6/8] examples/ip_pipeline: remove setting of > PCI ID and add

Re: [dpdk-dev] [PATCH 6/8] examples/ip_pipeline: remove setting of PCI ID and address

2021-09-10 Thread Xia, Chenbo
Hi David, > -Original Message- > From: David Marchand > Sent: Friday, September 10, 2021 3:18 PM > To: Xia, Chenbo > Cc: dev ; Dumitrescu, Cristian ; > Yigit, Ferruh > Subject: Re: [dpdk-dev] [PATCH 6/8] examples/ip_pipeline: remove setting of > PCI ID and add

Re: [dpdk-dev] [PATCH 6/8] examples/ip_pipeline: remove setting of PCI ID and address

2021-09-10 Thread David Marchand
On Fri, Sep 10, 2021 at 4:38 AM Chenbo Xia wrote: > > PCI ID and address in structure rte_kni_conf are never used and > will be removed in kni library. So remove the setting of them > first in the example. > > Signed-off-by: Chenbo Xia (forgot to Cc: Ferruh in previous comment) Ditto patch 5. I

[dpdk-dev] [PATCH 6/8] examples/ip_pipeline: remove setting of PCI ID and address

2021-09-09 Thread Chenbo Xia
PCI ID and address in structure rte_kni_conf are never used and will be removed in kni library. So remove the setting of them first in the example. Signed-off-by: Chenbo Xia --- examples/ip_pipeline/kni.c | 16 1 file changed, 16 deletions(-) diff --git a/examples/ip_pipeline/k