update copyright date to 2013
[dpdk.git] / app / test-pmd / macfwd.c
index 0877f71..bd1b54d 100644 (file)
@@ -1,7 +1,7 @@
 /*-
  *   BSD LICENSE
  * 
- *   Copyright(c) 2010-2012 Intel Corporation. All rights reserved.
+ *   Copyright(c) 2010-2013 Intel Corporation. All rights reserved.
  *   All rights reserved.
  * 
  *   Redistribution and use in source and binary forms, with or without 
@@ -117,9 +117,9 @@ pkt_burst_mac_forward(struct fwd_stream *fs)
                ether_addr_copy(&ports[fs->tx_port].eth_addr,
                                &eth_hdr->s_addr);
                mb->ol_flags = txp->tx_ol_flags;
-               mb->pkt.l2_len = sizeof(struct ether_hdr);
-               mb->pkt.l3_len = sizeof(struct ipv4_hdr);
-               mb->pkt.vlan_tci = txp->tx_vlan_id;
+               mb->pkt.vlan_macip.f.l2_len = sizeof(struct ether_hdr);
+               mb->pkt.vlan_macip.f.l3_len = sizeof(struct ipv4_hdr);
+               mb->pkt.vlan_macip.f.vlan_tci = txp->tx_vlan_id;
        }
        nb_tx = rte_eth_tx_burst(fs->tx_port, fs->tx_queue, pkts_burst, nb_rx);
        fs->tx_packets += nb_tx;