From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk0-f181.google.com (mail-qk0-f181.google.com [209.85.220.181]) by dpdk.org (Postfix) with ESMTP id 763042C5 for ; Thu, 13 Apr 2017 03:18:30 +0200 (CEST) Received: by mail-qk0-f181.google.com with SMTP id p68so37563263qke.1 for ; Wed, 12 Apr 2017 18:18:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=eewCVYlVEJCvXEmS61GXHX+7AyxtTT1t9F5ohW+qrxE=; b=EwN6MoKjWP2pBhfQMe0ou2/lNOyyNY7g/bTSfUHG8m+7Rx3agqVEasuPJu6nan9+WH K5+zRkzlgC+GVQYAgTbWIl+Ca7ilSOepdaVzkneRXxtBbh8bdzkB+8P47dO/x+6c3mDM w64yJoa9j1A3V9nvJZXGMaChGAnVWyjTF4xFFg2eYnOgElwO6Ru3CO5KmZcGPzrUtl86 eSdzeLeibovnf2R6EUCHJF/HjxX4OOv6HOgUJh+3OJP8m+ePeGsVRx9OSGc0LpOX0YEw nVNozNZo+3nnfDtR0xKYKISYr8V6njq21yO8US0GtTphLKX83fv40fr/CLJgNp9DdBvT MyHg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=eewCVYlVEJCvXEmS61GXHX+7AyxtTT1t9F5ohW+qrxE=; b=avu9nYVEqInhwnXH9rL2Wb43REAOgNOYU8mqpTk66lMVH9Dz7p49L6m6qBGimTOKQ6 iWpB8yrQiDeBKXW6fwOhgubv/tgYWQqBheL1c+Rdc4UE1oSdoXRFh22jcKehm7gf1TVc btSIWXpGJuEPqO0rSRRKF4bpRPvtGPWxWJpvT4PkQ3ueKpseL7h4GvYxKPfeamyAaoaI ewZSbhrO/42AD9/dkwnEejENGCKxOm/z88lVou1SNfBlnAzxY92u9+Ct08V1trL+nwKF FqSSPe3MS8NSeSeMo/4YEc45AGvzHSqbCMv9d+1Z7KsR7B3wPsa+mQFapzQMrF0ZYiVs wsCQ== X-Gm-Message-State: AN3rC/5FF749E/dOYvfm2W7oQ9CBTFKG2dk3fzM2KcG7GmiQ/IxcKD18 CvylScl/4sIO4SxjJ1Ql1yTF01Db2vC1 X-Received: by 10.55.101.204 with SMTP id z195mr451769qkb.44.1492046309378; Wed, 12 Apr 2017 18:18:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.158.10 with HTTP; Wed, 12 Apr 2017 18:18:28 -0700 (PDT) From: Tetsuro Nakamura Date: Thu, 13 Apr 2017 10:18:28 +0900 Message-ID: To: users@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] using rte_flow via tespmd with Intel X552 X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Apr 2017 01:18:30 -0000 Hi All, I'm now trying to use simple L2 function with "Generic Flow API (rte_flow)" using testpmd in dpdk-17.02, but it doesn't work with the error below. ----------- $sudo ./dpdk-17.02/x86_64-native-linuxapp-gcc/app/testpmd -l 0-3 -n 4 -- -i --portmask=0x3 --nb-cores=2 testpmd> flow validate 0 ingress pattern eth / eth dst is a0:36:9f:78:30:26 / end actions drop / end Caught error type 9 (specific pattern item): cause: 0x7ffd225adc88, Not supported by L2 tunnel filter testpmd> flow validate 0 ingress pattern eth / eth dst is a0:36:9f:78:30:26 / end actions queue index 0 / end Caught error type 9 (specific pattern item): cause: 0x7ffd225adc88, Not supported by L2 tunnel filter ----------- I tried several other flows and got the same error. I'm using Intel X552 NIC. The firmware-version is 0x800003e7. ----------- $ sudo ethtool -i rename6 driver: ixgbe version: 5.0.4 firmware-version: 0x800003e7 expansion-rom-version: bus-info: 0000:03:00.0 supports-statistics: yes supports-test: yes supports-eeprom-access: yes supports-register-dump: yes supports-priv-flags: no ----------- My question is, am I missing some additional settings to do ? Should I use another firmware version ? # DPDK 17.02 official release note says the tested firmware version was 0x800001cf. # My version, 0x800003e7 is newer, isn't it? I don't think the NIC does't support such simple L2 functions. But if it doesn't, are there any documents that tell us which NIC supports which flow rules in rte_flow? Could you tell me what flows I can try with Intel X552 NIC? Thank you and best regards, Tetsuro Nakamura, NTT