Skip to content

Commit

Permalink
Explicitly bring up the interfaces used for RPS/GRO
Browse files Browse the repository at this point in the history
In the ubuntu version of 3.13.0 (-63, onwards), packets are dropped by
the kernel if the incoming interface is not up (a possibility with
virtual interfaces). So, explicitly bring those interfaces up.

Change-Id: Ie825dd2acb375def814ef027231e702a4883f029
Closes-BUG: #1494638
(cherry picked from commit c26b0a9)
  • Loading branch information
anandhk-juniper authored and haripk committed Feb 2, 2016
1 parent 0f46cd6 commit f68efc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/control_files/vrouter-functions.sh
Expand Up @@ -18,6 +18,7 @@ function pkt_setup () {
fi
echo $str > $f/rps_cpus
done
ifconfig $1 up
}

function insert_vrouter() {
Expand Down

0 comments on commit f68efc5

Please sign in to comment.