|
@@ -177,7 +177,7 @@
|
|
#include <asm/dma.h>
|
|
#include <asm/dma.h>
|
|
#include <asm/div64.h> /* do_div */
|
|
#include <asm/div64.h> /* do_div */
|
|
|
|
|
|
-#define VERSION "2.74"
|
|
|
|
|
|
+#define VERSION "2.75"
|
|
#define IP_NAME_SZ 32
|
|
#define IP_NAME_SZ 32
|
|
#define MAX_MPLS_LABELS 16 /* This is the max label stack depth */
|
|
#define MAX_MPLS_LABELS 16 /* This is the max label stack depth */
|
|
#define MPLS_STACK_BOTTOM htonl(0x00000100)
|
|
#define MPLS_STACK_BOTTOM htonl(0x00000100)
|
|
@@ -512,7 +512,7 @@ static ssize_t pgctrl_write(struct file *file, const char __user *buf,
|
|
pktgen_reset_all_threads(pn);
|
|
pktgen_reset_all_threads(pn);
|
|
|
|
|
|
else
|
|
else
|
|
- pr_warn("Unknown command: %s\n", data);
|
|
|
|
|
|
+ return -EINVAL;
|
|
|
|
|
|
return count;
|
|
return count;
|
|
}
|
|
}
|