[dpdk-dev] [PATCH 1/3] net/qede: fix VF vport creation sequence

Ferruh Yigit ferruh.yigit at intel.com
Mon Feb 5 17:34:27 CET 2018


On 2/3/2018 6:03 AM, Rasesh Mody wrote:
> From: Harish Patil <harish.patil at cavium.com>
> 
> Few adjustments are required to effectively handle VF vport create/delete
> sequence. The problem is exposed by recent ethdev TX offload changes
> which requires port to be in down state before applying TX offloads.
> 
>  - Move vport creation from dev_init() to dev_configure()
>  - Force to stop vport if it was already started due to previous run
>    (restart case)
>  - Move link state enable/disable to dev_init() and dev_close()
>    respectively.
>  - For MTU change, recreate vport with new MTU value and restore old
>    config. This is necessary since VF MTU value can be changed only upon
>    vport creation.
> 
> Fixes: ec94dbc57362 ("qede: add base driver")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Harish Patil <harish.patil at cavium.com>

Series applied to dpdk-next-net/master, thanks.


More information about the dev mailing list