Re: [dpdk-dev] [PATCH v4 5/5] doc: remove rxq info structure deprecation notice

2020-09-07 Thread Chengchang Tang
On 2020/9/6 0:33, Thomas Monjalon wrote: > 05/09/2020 11:07, Chengchang Tang: >> The change has been applied, so remove the notice. > > It should be atomic with the patch doing the change, > i.e. you can squash. > > I think the oneline patches in testpmd and procinfo > can probably be squashed

Re: [dpdk-dev] [PATCH v4 5/5] doc: remove rxq info structure deprecation notice

2020-09-05 Thread Thomas Monjalon
05/09/2020 11:07, Chengchang Tang: > The change has been applied, so remove the notice. It should be atomic with the patch doing the change, i.e. you can squash. I think the oneline patches in testpmd and procinfo can probably be squashed with the ethdev patch as well. Thanks