From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com [209.85.220.43]) by dpdk.org (Postfix) with ESMTP id 7BBFFC3F4 for ; Wed, 17 Jun 2015 11:33:15 +0200 (CEST) Received: by pacyx8 with SMTP id yx8so31736573pac.2 for ; Wed, 17 Jun 2015 02:33:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=5iXOL30k7gk/hrH4oc2Pw28Z5gxl4qV339Rh7KRlg4k=; b=j2XCn6vPNCxaE7AQpSVnqEZ/9dHlTd8hHDDI1oYIO1QmQrGSAb25ndcmXvYSgoapB7 52vB9WftZFayCwt3Q49l6BA1gCduwF+DIrKHdQIUovBjcxU14a0fffZeOw9m+rotTaM8 XjluR/6SKEbaAKTrCuLHuFYiLMsMfg1HPa0FJaWl7VBPZHwmaIAsk6sg5PxHJLl+u8Ox CsTXPduKP5XE6k1bOZE2icvWFMYcRULr6hnUzZed53OkYarMJNzzKIIOouBGj+0ZEvq6 /H4JXZaUfrOyacoQzv9n4gIImwT8Rbjchk4SCom8U3HRAqbDxw5k+Ju+V6CZdkHCAKg0 LdZw== X-Received: by 10.67.4.138 with SMTP id ce10mr9239237pad.102.1434533594937; Wed, 17 Jun 2015 02:33:14 -0700 (PDT) Received: from [192.168.11.23] ([175.203.69.182]) by mx.google.com with ESMTPSA id sl9sm4076973pac.41.2015.06.17.02.33.13 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 17 Jun 2015 02:33:14 -0700 (PDT) Message-ID: <55813DE4.4000808@gmail.com> Date: Wed, 17 Jun 2015 18:29:08 +0900 From: Gyumin User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: dev@dpdk.org References: <5580DE40.3060704@gmail.com> In-Reply-To: <5580DE40.3060704@gmail.com> Content-Type: text/plain; charset=euc-kr Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] Why doesn`t test-acl work when IP filed is RTE_ACL_FIELD_TYPE_RANGE? X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2015 09:33:16 -0000 ok, I notice now that my rule file was wrong. I modified the range of SIP/DIP like the value of SIP/DIP (like 192.168.10.100), and it works!