netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2 master 0/2] BPF/XDP json follow-up
@ 2017-09-21  8:42 Daniel Borkmann
  2017-09-21  8:42 ` [PATCH iproute2 master 1/2] json: move json printer to common library Daniel Borkmann
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Daniel Borkmann @ 2017-09-21  8:42 UTC (permalink / raw)
  To: stephen; +Cc: ast, netdev, Daniel Borkmann

After merging net-next branch into master, Stephen asked to
fix up json dump for XDP as there were some merge conflicts,
so here it is.

Thanks!

Daniel Borkmann (2):
  json: move json printer to common library
  bpf: properly output json for xdp

 include/json_print.h |  71 ++++++++++++++++
 ip/Makefile          |   2 +-
 ip/ip_common.h       |  65 ++------------
 ip/ip_print.c        | 233 ---------------------------------------------------
 ip/iplink_xdp.c      |  74 +++++++++-------
 lib/Makefile         |   2 +-
 lib/bpf.c            |  19 +++--
 lib/json_print.c     | 231 ++++++++++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 369 insertions(+), 328 deletions(-)
 create mode 100644 include/json_print.h
 delete mode 100644 ip/ip_print.c
 create mode 100644 lib/json_print.c

-- 
1.9.3

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-09-22 17:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-21  8:42 [PATCH iproute2 master 0/2] BPF/XDP json follow-up Daniel Borkmann
2017-09-21  8:42 ` [PATCH iproute2 master 1/2] json: move json printer to common library Daniel Borkmann
2017-09-21 17:47   ` Julien Fortin
2017-09-21  8:42 ` [PATCH iproute2 master 2/2] bpf: properly output json for xdp Daniel Borkmann
2017-09-22 17:07 ` [PATCH iproute2 master 0/2] BPF/XDP json follow-up Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).