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

2020-09-29 Thread Ed Czeck
On Fri, Sep 25, 2020 at 1:41 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: cf18d4def295 ("net/ark: provide API for hardware modules UDM and DDM") > Fixes: 09b23f8b9df6 ("

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

2020-09-24 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: cf18d4def295 ("net/ark: provide API for hardware modules UDM and DDM") Fixes: 09b23f8b9df6 ("net/bnxt: fix port stop process and cleanup resources") Fixes: 7