Re: [dpdk-dev] [PATCH v3] examples/tep_term: remove redundant info get

2020-02-21 Thread David Marchand
On Mon, Feb 17, 2020 at 2:41 AM Xiaoyun Li wrote: > > Removed redundant function call of 'rte_eth_dev_info_get()' since it has > already been called earlier. > > Coverity issue: 349922 > Fixes: 2bb43bd4350a ("examples/tep_term: add TSO offload configuration") > Cc: sta...@dpdk.org > > Signed-off-b

Re: [dpdk-dev] [PATCH v3] examples/tep_term: remove redundant info get

2020-02-20 Thread Ye Xiaolong
On 02/20, David Marchand wrote: >On Mon, Feb 17, 2020 at 2:41 AM Xiaoyun Li wrote: >> >> Removed redundant function call of 'rte_eth_dev_info_get()' since it has >> already been called earlier. >> >> Coverity issue: 349922 >> Fixes: 2bb43bd4350a ("examples/tep_term: add TSO offload configuration")

Re: [dpdk-dev] [PATCH v3] examples/tep_term: remove redundant info get

2020-02-20 Thread David Marchand
On Mon, Feb 17, 2020 at 2:41 AM Xiaoyun Li wrote: > > Removed redundant function call of 'rte_eth_dev_info_get()' since it has > already been called earlier. > > Coverity issue: 349922 > Fixes: 2bb43bd4350a ("examples/tep_term: add TSO offload configuration") > Cc: sta...@dpdk.org > > Signed-off-b

[dpdk-dev] [PATCH v3] examples/tep_term: remove redundant info get

2020-02-16 Thread Xiaoyun Li
Removed redundant function call of 'rte_eth_dev_info_get()' since it has already been called earlier. Coverity issue: 349922 Fixes: 2bb43bd4350a ("examples/tep_term: add TSO offload configuration") Cc: sta...@dpdk.org Signed-off-by: Xiaoyun Li --- examples/tep_termination/vxlan_setup.c | 2 --