Re: [ovs-dev] [PATCH 5/5] dp-packet.h: Fix comments in dp_packet_source.

2017-04-14 Thread Ben Pfaff
On Sun, Mar 12, 2017 at 05:33:28PM +, Bhanuprakash Bodireddy wrote:
> Add the appropriate function and the source file.
> 
> Signed-off-by: Bhanuprakash Bodireddy 

This is obviously correct even to me, so I applied it to master.  Thank
you!

(I don't plan to review the rest of the series.)
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] [PATCH 5/5] dp-packet.h: Fix comments in dp_packet_source.

2017-03-12 Thread Bhanuprakash Bodireddy
Add the appropriate function and the source file.

Signed-off-by: Bhanuprakash Bodireddy 
---
 lib/dp-packet.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/dp-packet.h b/lib/dp-packet.h
index 17b7026..c73ca19 100644
--- a/lib/dp-packet.h
+++ b/lib/dp-packet.h
@@ -39,7 +39,7 @@ enum OVS_PACKED_ENUM dp_packet_source {
 DPBUF_STACK,   /* Un-movable stack space or static buffer. */
 DPBUF_STUB,/* Starts on stack, may expand into heap. */
 DPBUF_DPDK,/* buffer data is from DPDK allocated memory.
-* ref to build_dp_packet() in netdev-dpdk. */
+* ref to dp_packet_init_dpdk() in dp-packet.c. 
*/
 };
 
 #define DP_PACKET_CONTEXT_SIZE 64
-- 
2.4.11

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev