From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id CFC61A046B for ; Mon, 24 Jun 2019 09:10:34 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A4C3E1BCAC; Mon, 24 Jun 2019 09:10:34 +0200 (CEST) Received: from mail-pf1-f177.google.com (mail-pf1-f177.google.com [209.85.210.177]) by dpdk.org (Postfix) with ESMTP id 071E31BCAC for ; Mon, 24 Jun 2019 09:10:33 +0200 (CEST) Received: by mail-pf1-f177.google.com with SMTP id y15so2322361pfn.5 for ; Mon, 24 Jun 2019 00:10:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id; bh=OdAoipwjsvd2tYfWExEHEYQqpdMjb1eqdVcgLAxiOho=; b=cw8NswwHmOoTUikk1qRfZxD+58JLbxKm3ZxgrTXQj9xqpI4nd8avStMIrExhT/gJ+n mE7hsFUQOfdLMTcSfUb5wZFOY27A/R2XaElNwD0Yi7Fa7VuLeNED/NRbHieh60AuKkva f2Kl2mtYeMP1qNt8hCRLdL+FmtR6CHwhUxxBhUWzAnrUxyZyRnVc+aRBaqV6wtqcjAA8 JMpbihaDLWJStv41w6U80jzoGyI4JwHU/78c+E6npi/wnt6yeFl3gtEoArj0NbRuLxuy PZNjgReCLFA1YHNKr1d25cmOl72YUOZ8FRUYkblfVtEnHriCmRJKVfZ4BFLl5YaUKnu8 W+qg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=OdAoipwjsvd2tYfWExEHEYQqpdMjb1eqdVcgLAxiOho=; b=gXEfB36X31To3T2/MiPakx7UUKa5EHs+GEWT0cT82kesU1Tk/CflRdBATJQJkYJF2C t708csXs9qOyJkbAEEQVvM3fAlnTQVpkTFPXh8w55lCei6OU7oDiqrZjVonXfSe63nqu y6B2GRYMPvJ+XgC2CwMkarGCcwiaLq6NGzbm5MUkDn6x11YzX8DetBY78MUvnFHgGY8Q Yp7zy2Owu2j3/OW2bd3kg7Uj4cJKQ+33rZP2hUlzzvt2JpQC+Shj86L7Y64Yu4sE+/zc r9olhX+1vwk2Ji6GFWchY7FrqjtezLe/z5xf3XdC5aEG4ffJ3ydrNxbEcrwynSqON8B7 Whqg== X-Gm-Message-State: APjAAAWeVf+M2GRiCx0EKD2kPs06IpJ8K1/nZq7ZYVs5IzcyS3YCJLU2 Xk4+g3wa/9NU1rjV0uNpTbBUuWp6 X-Google-Smtp-Source: APXvYqysKodrycN6z/Js/N0E8kQzQSV3TuxwNuSivG4gIu0xd/F7i/DHpA/KaO0JfROl9Ub9t5xJ3w== X-Received: by 2002:a63:f349:: with SMTP id t9mr30290530pgj.296.1561360232124; Mon, 24 Jun 2019 00:10:32 -0700 (PDT) Received: from localhost.localdomain ([192.47.164.146]) by smtp.gmail.com with ESMTPSA id 128sm10928965pfd.66.2019.06.24.00.10.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 24 Jun 2019 00:10:31 -0700 (PDT) From: yasufum.o@gmail.com To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com Date: Mon, 24 Jun 2019 16:10:24 +0900 Message-Id: <20190624071026.23286-1-yasufum.o@gmail.com> X-Mailer: git-send-email 2.17.1 Subject: [spp] [PATCH 0/2] Move spp_vf specific funcs from shared X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: spp-bounces@dpdk.org Sender: "spp" From: Yasufumi Ogawa This series of patches is to move functions used only for spp_vf from shared to spp_vf's directory. Yasufumi Ogawa (2): shared/sec: move append_classifier_element_value shared/sec: move func add_classifier_table .../spp_worker_th/cmd_res_formatter.c | 126 ------------------ .../spp_worker_th/cmd_res_formatter.h | 6 - src/shared/secondary/spp_worker_th/vf_deps.h | 9 ++ src/vf/classifier_mac.c | 57 ++++++++ src/vf/vf_cmd_runner.c | 71 +++++++++- 5 files changed, 136 insertions(+), 133 deletions(-) -- 2.17.1