Re: [dpdk-dev] port: fix unused value

2020-10-06 Thread Thomas Monjalon
> This patch fixes an unused value in pcap source port by > removing the setting to the value. > > Coverity issue: 362020 > Fixes: d4b42133d85b ("port: add pcap file source") > Cc: roy.fan.zh...@intel.com > Cc: sta...@dpdk.org > > Signed-off-by: Fan Zhang Applied, thanks

[dpdk-dev] port: fix unused value

2020-09-18 Thread Fan Zhang
This patch fixes an unused value in pcap source port by removing the setting to the value. Coverity issue: 362020 Fixes: d4b42133d85b ("port: add pcap file source") Cc: roy.fan.zh...@intel.com Cc: sta...@dpdk.org Signed-off-by: Fan Zhang --- lib/librte_port/rte_port_source_sink.c | 2 +- 1 file