From patchwork Fri Feb 25 17:47:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 108362 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 301C2A034C; Fri, 25 Feb 2022 18:47:15 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 15C6D41150; Fri, 25 Feb 2022 18:47:13 +0100 (CET) Received: from mail-pj1-f51.google.com (mail-pj1-f51.google.com [209.85.216.51]) by mails.dpdk.org (Postfix) with ESMTP id B5B4E410FD for ; Fri, 25 Feb 2022 18:47:09 +0100 (CET) Received: by mail-pj1-f51.google.com with SMTP id ev16-20020a17090aead000b001bc3835fea8so5503959pjb.0 for ; Fri, 25 Feb 2022 09:47:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=2Ju5w4rkw+I4nc6y9MIyUC0Ls07bSNTziwBxFJXoCYM=; b=skO1DXFZGTONpEMVurFUiQf033GCGH5Zh+wK0ZHM90zg4jdiLWh5LWJaxA7tDQpUO8 44Du9MmAz1OwnSQJSlCHs7EAizSBNxcv3VrhtwyJ4F3dCS6HuexqsDNLBzMvyzqq3svn 8gP2r8cTCDYu2OmHZqHLPD/9Mf5d5jYViKJ22DHOmeK0cVwqGnOZW0YxVq2tPoeZYj+G K2HayiJrkgPnPM2mDd7oztuD9KrxhWAFSzv+cMEcxU01/rACWvX9SALoDVi66J7wfpMk rJCrDRm+IjSNxG7LPgTeMRQXBHBA78IxGup8d++qWevdq9LdLF9/bDrpvvyKzu6cG+73 fkuw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=2Ju5w4rkw+I4nc6y9MIyUC0Ls07bSNTziwBxFJXoCYM=; b=E9BbWb6Q0kETJcsgaTG0FTeTr41v5Rd8vRoJGrPJWffkkYQZyfmUfMrNWm1AIs941L j/qP3stUjG8fvPij2NLtz/g975FXyjmKEkchquD95MWG7B8kk4lSLU+iJwjMrOp2P5sP sBeKthIAapFznu4bFZrRtRjgm61sSd6pavFdZXbMG82Y55nC10MR3JwF14B+lHiAnCUq U69wk2M+gEewcfaKTtvH9ScYlIyajFffvAb6Ud2DGWUMClViSOcUjDJKIcaKkld6ZIgb lqzpw+/3gmwQz7nA0bjHC3K+2s+ravurs3xnLNqwCkrZX3gX+mMvg9x7023qr/bbhdky BApQ== X-Gm-Message-State: AOAM532XD77fzevPPqwVQwDpP0i8K46Yj4ssqAmb2NC7EXVK+2H6kked K/GoBwfb5apuZ7Odi+jwsV40hbeBPUwRZfRb X-Google-Smtp-Source: ABdhPJxcxWfCMvnmVkW+FxmU54TqgEfr48Q8gjvZ1VYp8cFcmEkyR/BPZTtlvZv5C4gzIz9/h6LvUw== X-Received: by 2002:a17:902:cf05:b0:14d:5249:3b1f with SMTP id i5-20020a170902cf0500b0014d52493b1fmr8464277plg.135.1645811228346; Fri, 25 Feb 2022 09:47:08 -0800 (PST) Received: from hermes.local (204-195-112-199.wavecable.com. [204.195.112.199]) by smtp.gmail.com with ESMTPSA id d32-20020a631d60000000b003650a9d8f9asm3205097pgm.33.2022.02.25.09.47.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Feb 2022 09:47:07 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Bernard Iremonger Subject: [PATCH 2/2] examples: add missing newline at eof Date: Fri, 25 Feb 2022 09:47:03 -0800 Message-Id: <20220225174703.100447-2-stephen@networkplumber.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220225174703.100447-1-stephen@networkplumber.org> References: <20220225174703.100447-1-stephen@networkplumber.org> MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org The text file did not end with newline. Signed-off-by: Stephen Hemminger --- examples/flow_classify/ipv4_rules_file.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/flow_classify/ipv4_rules_file.txt b/examples/flow_classify/ipv4_rules_file.txt index dfa0631fcc09..cd5215736aaf 100644 --- a/examples/flow_classify/ipv4_rules_file.txt +++ b/examples/flow_classify/ipv4_rules_file.txt @@ -11,4 +11,4 @@ 6.7.8.9/16 192.168.0.36/16 10 : 0xffff 11 : 0xffff 6/0xfe 7 6.7.8.9/8 192.168.0.36/8 10 : 0xffff 11 : 0xffff 6/0xfe 8 #error rules -#9.8.7.6/8 192.168.0.36/8 10 : 0xffff 11 : 0xffff 6/0xfe 9 \ No newline at end of file +#9.8.7.6/8 192.168.0.36/8 10 : 0xffff 11 : 0xffff 6/0xfe 9