Bug 781 - why use rte_eth_dev_start/stop instead of rte_eth_set_link_up/down in kni_config_network_interface function in examples/kni/main.c
Summary: why use rte_eth_dev_start/stop instead of rte_eth_set_link_up/down in kni_con...
Status: UNCONFIRMED
Alias: None
Product: DPDK
Classification: Unclassified
Component: examples (show other bugs)
Version: unspecified
Hardware: All All
: Normal normal
Target Milestone: ---
Assignee: dev
URL:
Depends on:
Blocks:
 
Reported: 2021-08-07 12:06 CEST by jinag
Modified: 2021-08-07 12:08 CEST (History)
0 users



Attachments

Description jinag 2021-08-07 12:06:06 CEST
why use rte_eth_dev_start/stop instead of rte_eth_set_link_up/down in kni_config_network_interface function in  examples/kni/main.c
Comment 1 jinag 2021-08-07 12:08:36 CEST
kni_config_network_interface is callback fuction for request of configuring network interface up/down.  is it better to use rte_eth_set_link_up/down ?

Note You need to log in before you can comment on or make changes to this bug.