From mboxrd@z Thu Jan 1 00:00:00 1970 From: Craig Dillabaugh Subject: [PATCH net-next 0/2] Update csum tc action for batch operation. Date: Tue, 1 May 2018 10:17:42 -0400 Message-ID: <1525184264-9436-1-git-send-email-cdillaba@mojatatu.com> Cc: netdev@vger.kernel.org, jhs@mojatatu.com, xiyou.wangcong@gmail.com, Craig Dillabaugh To: davem@davemloft.net Return-path: Received: from mail-it0-f65.google.com ([209.85.214.65]:35473 "EHLO mail-it0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755096AbeEAOR6 (ORCPT ); Tue, 1 May 2018 10:17:58 -0400 Received: by mail-it0-f65.google.com with SMTP id 186-v6so13249468itu.0 for ; Tue, 01 May 2018 07:17:58 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: This patchset includes two patches the first updating act_csum.c to include the get_fill_size routine required for batch operation, and the second including updated TDC tests for the feature. Craig Dillabaugh (2): net sched: Implemented get_fill_size routine for act_csum. tc-testing: Updated csum action tests batch create w/wo cookies. net/sched/act_csum.c | 6 ++ .../tc-testing/tc-tests/actions/csum.json | 74 +++++++++++++++++++++- 2 files changed, 78 insertions(+), 2 deletions(-) -- 1.9.1