From: hongbo liu <cnliuhb@gmail.com>
To: users@dpdk.org
Subject: [dpdk-users] Why rte_pipeline.c only support forwarding to same table in different entries?
Date: Thu, 7 Jun 2018 16:10:10 +0800 [thread overview]
Message-ID: <CAATCt2RJ0ww0pEM9QVX2aX=XPof056jh6mHphRcxntdARms3Lw@mail.gmail.com> (raw)
Hi,
It is confusing when designing pipeline table.
I am trying to have one ACL table 0 to forward different traffic to
different table, but it failed.
And I noticed that the following checks in rte_pipeline.c:
/****************************************************************
if ((entry->action == RTE_PIPELINE_ACTION_TABLE) &&
table->table_next_id_valid &&
(entry->table_id != table->table_next_id)) {
RTE_LOG(ERR, PIPELINE,
"%s: Tree-like topologies not allowed\n", __func__);
return -EINVAL;
}
****************************************************************/
Is there any reason why adding this limitation?
In openflow, the limitation is the forward table_id must be larger than
current table_id, and the final
table should not have forward table action.
By the way, it still does not work after removing upper checks.
Is it difficult to support forwarding to multiple tables in different
entries?
--
Hobby
reply other threads:[~2018-06-07 8:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAATCt2RJ0ww0pEM9QVX2aX=XPof056jh6mHphRcxntdARms3Lw@mail.gmail.com' \
--to=cnliuhb@gmail.com \
--cc=users@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).