[dpdk-dev] [PATCH] ixgbe: Fix offloading bits when RX bulk alloc is used.

2013-11-08 Thread Bryan Benson
This is a fix for the ixgbe hardware offload flags not being set when bulk alloc RX is used. The issue was caused by masking off the bits that store the hardware offload values in the status_error field to retrieve the done bit for the descriptor. Commit 7431041062b9fd0555bac7ca4abebc99e3379fa5

[dpdk-dev] running l2fwd with endless error message: PMD: Unhandled Msg 00000006

2013-11-08 Thread cheng.luo...@hitachi.com
Hi, Recently I try to run l2fwd. When I try to ifconfig the VF created by igb_uio based PF in the VMs, The l2fwd will print out endless error as follow: PMD: Unhandled Msg 0006 PMD: Unhandled Msg 0008 --- And the VM will also print out endless error message as foll

[dpdk-dev] RX checksum offloading

2013-11-08 Thread Thomas Monjalon
07/11/2013 22:50, Benson, Bryan : > I have prepared a patch for the issue. If it is not in the correct format, > please advise. First of all, thank you for the patch. My comments on the format: 1) The content type is quoted-printable. So it cannot be applied wihtout modifications. Please use g

[dpdk-dev] TX IP checksum offloading

2013-11-08 Thread Vladimir Medvedkin
Hi, Did you set m->pkt.vlan_macip.f.l2_len = sizeof(struct ether_hdr); m->pkt.vlan_macip.f.l3_len = sizeof(struct ipv4_hdr); fields? Regards, Vladimir 2013/11/7 Daniel Kaminsky > Hi, > > Did anyone had an experience using the PKT_TX_IP_CKSUM flag? > I have an