On Tue, Sep 1, 2015 at 11:07 PM, <footp...@gmail.com> wrote:
>
> Hello,
>
> I'm not sure if this is the right place to ask this, but i'm stuck on a 
> trafic priority problem since some time.
>
> I have 2 10Gb interfaces (bnx2x) bonded in a 802.3ad aggregate. On this 
> aggregate, 2 vlans are configured (let's INT and EXT) I need to ensure that, 
> when sending traffic at near line rate via EXT, all packets targeted to INT 
> are sent in priority (dropping EXT traffic as needed).
>

Replying to myself:

It seems that all I was needing was a -j CLASSIFY --set-class 0:6 in iptables.

This sufficed to classifiy the traffic in band 0 within 8 prio qdisc
(with default priomap/bands) attached below the 8 first classes of mq.
However, the packet TOS does not seem to affect the priority inside
the VLAN/bonding with mq in any way.

Problem solved for me.

Thanks,
Best regards,

-- 
Aurélien Guillaume
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to