Re: [dpdk-dev] [PATCH] net/bnxt: use bnxt_ prefix on global function

2021-04-24 Thread Ajit Khaparde
On Fri, Apr 23, 2021 at 2:04 PM Stephen Hemminger wrote: > > When statically linked the function prandom_bytes is exposed > and might conflict with something in application. All driver > functions should use same prefix. > > Fixes: 9738793f28ec ("net/bnxt: add VNIC functions and structs") > Signed

[dpdk-dev] [PATCH] net/bnxt: use bnxt_ prefix on global function

2021-04-23 Thread Stephen Hemminger
When statically linked the function prandom_bytes is exposed and might conflict with something in application. All driver functions should use same prefix. Fixes: 9738793f28ec ("net/bnxt: add VNIC functions and structs") Signed-off-by: Stephen Hemminger --- drivers/net/bnxt/bnxt_flow.c | 4 ++--