> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Jerin Jacob > Sent: Tuesday, March 29, 2016 12:20 PM > To: dev at dpdk.org > Cc: thomas.monjalon at 6wind.com; Richardson, Bruce > <bruce.richardson at intel.com>; Jerin Jacob <jerin.jacob at > caviumnetworks.com> > Subject: [dpdk-dev] [PATCH v2 1/2] ethdev: add tunnel and port RSS offload > types > > ... > > - "port config all rss (all|ip|tcp|udp|sctp|ether|none)\n" > + "port config all rss > (all|ip|tcp|udp|sctp|ether|port|vxlan|geneve|nvgre|none)\n"
Hi, Just a reminder that if the testpmd interface is changed you need to update the testpmd documentation as well. John