Re: [dpdk-dev] [PATCH v9 0/5] Support of NIC reset and keep same port id

2017-09-13 Thread Dai, Wei
> Subject: Re: [dpdk-dev] [PATCH v9 0/5] Support of NIC reset and keep same > port id > > > Wei Dai (5): > > ethdev: add support of NIC reset > > net/ixgbe: add support of reset > > net/i40e: add support of reset > > app/testpmd: enhance command to te

Re: [dpdk-dev] [PATCH v9 0/5] Support of NIC reset and keep same port id

2017-09-13 Thread Thomas Monjalon
> Wei Dai (5): > ethdev: add support of NIC reset > net/ixgbe: add support of reset > net/i40e: add support of reset > app/testpmd: enhance command to test NIC reset > doc: add description of the NIC reset API Sorry for being so late to get back to it. Applied, thanks for the improvemen

[dpdk-dev] [PATCH v9 0/5] Support of NIC reset and keep same port id

2017-07-23 Thread Wei Dai
This patch set adds a function rte_eth_dev_reset( ) in rte_ethdev layer. Sometimes a port have to be reset passively. For example a PF is reset, all its VFs should also be reset by application itself to align with the PF. A DPDK application also can call this function to trigger an initative port