Re: [vpp-dev] vpp for packet prepending / trimming

2017-04-19 Thread Hongbin Li
If without DPDK, is there any way to directly manipulate on a vlib_buffer_t to prepend/trim packet? Regards, Hongbin 2017-04-19 11:18 GMT-07:00 Hongbin Li : > Hi, Florin and all, > > I am trying with vpp stable/1609 and would like to utilize native dpdk > prepend/trim

Re: [vpp-dev] vpp for packet prepending / trimming

2017-04-18 Thread Hongbin Li
thanks Florin, I'll take a look. 2017-04-18 17:51 GMT-07:00 Florin Coras : > Hi Hongbin, > > See the functions here: https://git.fd.io/vpp/tree/src/vlib/buffer.h#n259 > > If they’re not enough, feel free to add more. > > Florin > > > On Apr 18, 2017, at 3:33 PM, Hongbin

Re: [vpp-dev] vpp for packet prepending / trimming

2017-04-18 Thread Florin Coras
Hi Hongbin, See the functions here: https://git.fd.io/vpp/tree/src/vlib/buffer.h#n259 If they’re not enough, feel free to add more. Florin > On Apr 18, 2017, at 3:33 PM, Hongbin Li wrote: > > Hello, > > I am evaluating vpp as a tool to conduct packet prepending /

[vpp-dev] vpp for packet prepending / trimming

2017-04-18 Thread Hongbin Li
Hello, I am evaluating vpp as a tool to conduct packet prepending / trimming. Is there any functions available in vpp to manipulate vlib_buffer_t, just like rte_pktmbuf_prepend and rte_pktmbuf_trim in DPDK? Regards, Hongbin ___ vpp-dev mailing list