X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Fvirtual_pmd.c;h=9fac95d774c36e1ebb55b384be012d75d1db296f;hb=f2ef6f21ee2e967cef0de6af7526f8509462d049;hp=ade6cb0b7b5b6c34a49a7b5bbd628237f47e12ee;hpb=442f3bed6a0964e938c809e8811fa0636ef13f49;p=dpdk.git diff --git a/app/test/virtual_pmd.c b/app/test/virtual_pmd.c index ade6cb0b7b..9fac95d774 100644 --- a/app/test/virtual_pmd.c +++ b/app/test/virtual_pmd.c @@ -588,7 +588,6 @@ virtual_ethdev_create(const char *name, struct ether_addr *mac_addr, memcpy(eth_dev->data->mac_addrs, mac_addr, sizeof(*eth_dev->data->mac_addrs)); - eth_dev->data->mac_addrs->addr_bytes[5] = eth_dev->data->port_id; eth_dev->data->dev_started = 0; eth_dev->data->promiscuous = 0;