Re: [dpdk-dev] [PATCH v3 1/3] net: fix variable size of ethdev port id

2020-09-30 Thread Ajit Khaparde
On Tue, Sep 29, 2020 at 9:28 PM Chenbo Xia wrote: > > The ethdev port id should be 16 bits now. This patch changes the > variable size of port id in some net drivers from 8 bits to 16 > bits. > > Fixes: 09b23f8b9df6 ("net/bnxt: fix port stop process and cleanup resources") > Fixes: 769de16872ab ("

Re: [dpdk-dev] [PATCH v3 1/3] net: fix variable size of ethdev port id

2020-09-30 Thread Ferruh Yigit
On 9/30/2020 5:23 AM, Chenbo Xia wrote: The ethdev port id should be 16 bits now. This patch changes the variable size of port id in some net drivers from 8 bits to 16 bits. Fixes: 09b23f8b9df6 ("net/bnxt: fix port stop process and cleanup resources") Fixes: 769de16872ab ("net/bnxt: fix port def

[dpdk-dev] [PATCH v3 1/3] net: fix variable size of ethdev port id

2020-09-29 Thread Chenbo Xia
The ethdev port id should be 16 bits now. This patch changes the variable size of port id in some net drivers from 8 bits to 16 bits. Fixes: 09b23f8b9df6 ("net/bnxt: fix port stop process and cleanup resources") Fixes: 769de16872ab ("net/bnxt: fix port default rule create/destroy") Fixes: 50370662