Re: [vpp-dev] Is there a way to change the MAC address in VPP 1609?

2016-10-19 Thread Kinsella, Ray
Hi Chengwei, Are you using DPDK? as many pmds do support this. Not sure it's wired into VPP though? typedef void (*eth_mac_addr_remove_t)(struct rte_eth_dev *dev, uint32_t index); typedef void (*eth_mac_addr_add_t)(struct rte_eth_dev *dev, struct ether_addr *m

[vpp-dev] Is there a way to change the MAC address in VPP 1609?

2016-10-18 Thread WANG, CHENGWEI (CHENGWEI)
Hi VPP developers, As far as I know, the VPP 1609 version does not have "Set interface mac address" command line. I know the latest VPP has this command line but If I use VPP 1609, is there any other way to change the mac address of an interface? Thanks Chengwei ___