numam-dpdk/drivers/net/hns3
Lijun Ou d13a7447a1 net/hns3: remove unnecessary branch
Because the rte layer of DPDK framework has already processed the case
when the idx is zero before calling the '.mac_addr_remove' ops function,
the input parameter named idx can not be zero in the '.mac_addr_remove'
function. This patch removes unnecessary branch process to check whether
input parameter named idx is zero in the '.mac_addr_remove' ops
implementation function named hns3_remove_mac_addr.

Signed-off-by: Lijun Ou <oulijun@huawei.com>
Signed-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>
2020-01-17 19:59:19 +01:00
..
hns3_cmd.c net/hns3: fix triggering reset procedure in slave process 2020-01-17 19:46:26 +01:00
hns3_cmd.h net/hns3: support Rx interrupt 2020-01-17 19:46:01 +01:00
hns3_dcb.c net/hns3: support different numbers of Rx and Tx queues 2020-01-17 19:46:26 +01:00
hns3_dcb.h net/hns3: support different numbers of Rx and Tx queues 2020-01-17 19:46:26 +01:00
hns3_ethdev_vf.c net/hns3: fix crash when closing port 2020-01-17 19:46:26 +01:00
hns3_ethdev.c net/hns3: remove unnecessary branch 2020-01-17 19:59:19 +01:00
hns3_ethdev.h net/hns3: fix Rx queue search with broadcast packet 2020-01-17 19:46:26 +01:00
hns3_fdir.c net/hns3: support flow director 2019-10-07 15:00:56 +02:00
hns3_fdir.h net/hns3: support RSS 2019-10-07 15:00:56 +02:00
hns3_flow.c net/hns3: remove unnecessary input parameter check 2020-01-17 19:59:19 +01:00
hns3_intr.c net/hns3: fix FLR reset 2019-10-25 19:23:23 +02:00
hns3_intr.h net/hns3: support device reset 2019-10-07 15:00:57 +02:00
hns3_logs.h net/hns3: register and add log interface 2019-10-07 15:00:56 +02:00
hns3_mbx.c net/hns3: fix ring vector related mailbox command format 2020-01-17 19:46:26 +01:00
hns3_mbx.h net/hns3: fix ring vector related mailbox command format 2020-01-17 19:46:26 +01:00
hns3_mp.c net/hns3: support multiple process 2019-10-07 15:00:57 +02:00
hns3_mp.h net/hns3: support multiple process 2019-10-07 15:00:57 +02:00
hns3_regs.c net/hns3: fix dumping VF register information 2020-01-17 19:46:26 +01:00
hns3_regs.h net/hns3: support Rx interrupt 2020-01-17 19:46:01 +01:00
hns3_rss.c net/hns3: optimize default RSS algorithm 2020-01-17 19:46:01 +01:00
hns3_rss.h net/hns3: remove unused constants 2020-01-17 19:46:01 +01:00
hns3_rxtx.c net/hns3: replace memory barrier with data dependency order 2020-01-17 19:59:19 +01:00
hns3_rxtx.h net/hns3: add free threshold in Rx 2020-01-17 19:46:26 +01:00
hns3_stats.c net/hns3: remove one IO barrier in Rx 2020-01-17 19:46:26 +01:00
hns3_stats.h net/hns3: support device stats 2019-10-07 15:00:57 +02:00
Makefile build: remove individual library versions 2019-11-20 23:05:39 +01:00
meson.build net/hns3: support multiple process 2019-10-07 15:00:57 +02:00
rte_pmd_hns3_version.map build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00