All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH libnftnl 0/3] expr: queue: add sreg_from and sreg_to support
@ 2016-09-11 14:11 Liping Zhang
  2016-09-11 14:11 ` [PATCH libnftnl 1/3] expr: queue: remove redundant NFTNL_EXPR_QUEUE_NUM set in json parse Liping Zhang
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Liping Zhang @ 2016-09-11 14:11 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel, Liping Zhang

From: Liping Zhang <liping.zhang@spreadtrum.com>

This patch sets mainly used to add NFTA_QUEUE_SREG_FROM and NFTA_QUEUE_SREG_TO
attributes support in libnftnl. Meanwhile, I find some trivial bugs exsit in
queue expr. So try to fix them at patch #1 and patch #2.

Liping Zhang (3):
  expr: queue: remove redundant NFTNL_EXPR_QUEUE_NUM set in json parse
  tests: queue: add missing NFTNL_EXPR_QUEUE_FLAGS compare test
  expr: queue: add sreg_from and sreg_to support

 include/buffer.h                    |  2 +
 include/libnftnl/expr.h             |  2 +
 include/linux/netfilter/nf_tables.h |  4 ++
 src/expr/queue.c                    | 85 +++++++++++++++++++++++++++++++++----
 tests/nft-expr_queue-test.c         | 11 +++++
 5 files changed, 96 insertions(+), 8 deletions(-)

-- 
2.5.5



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

end of thread, other threads:[~2016-09-12 18:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-11 14:11 [PATCH libnftnl 0/3] expr: queue: add sreg_from and sreg_to support Liping Zhang
2016-09-11 14:11 ` [PATCH libnftnl 1/3] expr: queue: remove redundant NFTNL_EXPR_QUEUE_NUM set in json parse Liping Zhang
2016-09-12 18:01   ` Pablo Neira Ayuso
2016-09-11 14:11 ` [PATCH libnftnl 2/3] tests: queue: add missing NFTNL_EXPR_QUEUE_FLAGS compare test Liping Zhang
2016-09-12 18:02   ` Pablo Neira Ayuso
2016-09-11 14:11 ` [PATCH libnftnl 3/3] expr: queue: add sreg_from and sreg_to support Liping Zhang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.