Re: [dpdk-dev] [PATCH] net/ixgbe: fix offset value check

2019-08-07 Thread Ye Xiaolong
Hi, On 08/07, Congwen Zhang wrote: >The "and" condition offset == 0 && offset == NVM_INVALID_PTR > can never be true. A fix tag is missing here, you can refer to other fix commits in git log history. and also cc sta...@dpdk.org. > >Signed-off-by: Congwen Zhang >--- > drivers/net/ixgbe/base/ixg

[dpdk-dev] [PATCH] net/ixgbe: fix offset value check

2019-08-07 Thread Congwen Zhang
The "and" condition offset == 0 && offset == NVM_INVALID_PTR can never be true. Signed-off-by: Congwen Zhang --- drivers/net/ixgbe/base/ixgbe_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ixgbe/base/ixgbe_common.c b/drivers/net/ixgbe/base/ixgbe_common