[dpdk-dev] How to calculate checksum automically with NIC when sending a packet?

2013-11-22 Thread William Rolinson
RT~

[dpdk-dev] How to guarantee bandwith using DPDK QoS library?

2013-10-08 Thread William Rolinson
Apologies if this is a dumb question, but how can we guarantee bandwith with librte_sched like what HTB do in Linux?

[dpdk-dev] Question about ip fragment library

2014-07-10 Thread William Rolinson
Hi,all: Recently, I am reading source code about ipv4 fragment in DPDK 1.7.0. I am confused about ip packet with options. it seems that DPDK ip frag lib would omit all options from all fragments except the first one. However, in my opinion, some options must be present in all fragments,