On 3/14/2017 8:22 AM, Pascal Mazon wrote:
> Add a few eth_dev ops to the tap PMD for completeness.
> We want it to behave as much as possible as a standard PMD.
> 
> v2 change:
>   - use snprintf in tap_mtu set
> 
> v3 change:
>   - call tap_mac_set() only once in tap_setup_queue()
> 
> v4 changes:
>   - use new tap_ioctl function for shared behavior between ops
>   - update supported packet types
>   - remove IFF_NOARP flag from link status change
>   - sync desired MTU to both remote and tap netdevices
>   - remove support for mac_add and mac_remove ops
> 
> Pascal Mazon (8):
>   net/tap: remove wrong IFF_NOARP flags
>   net/tap: refactor ioctl calls
>   net/tap: add MAC address management
>   net/tap: add MTU management
>   net/tap: add speed capabilities
>   net/tap: add multicast addresses management
>   net/tap: add packet type management
>   net/tap: add flow control management

Except from missing librte_net dependency, patchset looks good to me,

Series Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com>

Reply via email to